home *** CD-ROM | disk | FTP | other *** search
/ The X-Philes (2nd Revision) / The X-Philes Number 1 (1995).iso / xphiles / hp48hor2 / mkey.src < prev    next >
Text File  |  1992-08-18  |  1KB  |  83 lines

  1. %%HP: T(3)A(R)F(.);
  2. DIR
  3.   MKEY
  4. "D9D208870484E2030D4E45584E204045449425B2130DF7F"
  5.  
  6.   TDIR
  7. "D9D202BA812BF8112040D9D2079E60BF70479E60630F379E606EFE3BBF06D004
  8. 05445079E600CD04D004054450E8F60DAB93B2130B2130493B"
  9.  
  10.   MNU
  11. {
  12.   {
  13.     "DEMO"
  14.     {
  15.       label1      @ you could put the name of a command here
  16.       label2      @ or a user program etc.
  17.       { "label3"  { 1 2 3 } }
  18.     }
  19.   }
  20.   {
  21.     "LIST"
  22.     {
  23.       OBJ\-> \->LIST  RDM \->ARRY SIZE POS SUB NUM CHR
  24.     }
  25.   }
  26.  
  27.   {
  28.     "MISC"
  29.     {
  30.       { "BYTES" \<< BYTES SWAP DROP  \>> }
  31.       ASC\->
  32.       \->ASC
  33.       SEND
  34.       INPRT
  35.     }
  36.   }
  37.   {
  38.     "KEYS"
  39.     {
  40.       RCLKEYS
  41.       DELKEYS
  42.       ASN
  43.       STOKEYS
  44.       { "KEY?" \<< 0 WAIT \>> }
  45.     }
  46.   }
  47.   {
  48.     "CHAR"
  49.     {
  50.       "\031"
  51.       ";"
  52.       "\\"
  53.       "\168"
  54.       "\184"
  55.       "`"
  56.       "\127"
  57.       "\|>"
  58.       "\[]"
  59.       "\166"
  60.       "\167"
  61.       "\174"
  62.       "\169"
  63.       "\182"
  64.       "\170"
  65.       "\172"
  66.       "\173"
  67.       "\175"
  68.       "\183"
  69.       "\186"
  70.       "\185"
  71.       "\178"
  72.       "\179"
  73.       "\188"
  74.       "\189"
  75.       "\190"
  76.       "\.x"
  77.       "\:-"
  78.       "\.V"
  79.     }
  80.   }
  81. }
  82. END
  83.